home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #3 / AmigaPlus_CD-ROM-EXTRA_Nr.3.bin / aminet-spiele / role on / adventure / adventure550.txt < prev    next >
Text File  |  1995-10-15  |  4KB  |  113 lines

  1.  
  2. Amiga Adventure 550
  3. -------------------
  4.  
  5. Adventure was the very first text adventure, written by Will Crowther and
  6. Don Woods, circa 1977. The original (which had a maximum score of 350
  7. points) has been modified and extended by many people. This particular
  8. version was written by David Platt, and is about twice the size of the
  9. original Adventure (the maximum score is 550 points, hence Adventure 550).
  10.  
  11. This port has an Amiga specific front-end, with proper command line
  12. editing, a command line history (use the cursor up/down keys to step
  13. through previously entered commands) and file requesters for the save and
  14. restore operations. It requires at least Kickstart 2.04. The porting was
  15. performed by
  16.  
  17.     David Kinder
  18.     kinder@teaching.physics.ox.ac.uk
  19.     14th October 1995
  20.  
  21. It is based on the source posted to Usenet by Ken Wellsch, whose original
  22. post is given below.
  23.  
  24. ------------------------------------------------------------------------------
  25.  
  26. From kcwellsch@watdragon.UUCP (Ken C. Wellsch) Mon Jul  7 15:10:06 1986
  27. Newsgroups: net.sources.games
  28. Subject: Adventure -- part 0 of 7
  29. Organization: U of Waterloo, Ontario
  30.  
  31. I have been meaning to submit this game for some time but never seemed
  32. to find time to do it. This version of Adventure is taken from a Zerox
  33. Sigma-9 (rest her soul!), originally written by Dave Platt of Honeywell
  34. under CP-V (in Fort-77). I rewrote it into Ratfor many years ago and a
  35. couple years ago rewrote it again in C. This is the 550 point version
  36. of Adventure (for those who only know the 350 point original).
  37.  
  38. I had a lot of fun playing it on the SIGMA-9, and rewriting it, I hope
  39. you enjoy it too! Watch out, having the database can certainly ruin
  40. the game if you look at it!
  41.  
  42. The system components such as restricting the programs use etc. have
  43. been left incomplete. I had done them back in the old Ratfor version
  44. under V7 but each system can be quite different about determining load
  45. etc. so I didn't bother (a lame excuse I know).
  46.  
  47. +--------------------------------------------------------------------------
  48. |
  49. |                       CP-V Adventure
  50. |
  51. |    Originally written by David Platt (from the 350 point Adventure),
  52. |    UNIX C Version written by Ken Wellsch, with several modifications.
  53. |
  54. |    Original release notice from 12/1/79:
  55. |
  56. |        FOR THE OFFICIAL STUFF: PERMISSION IS HEREBY GRANTED TO ALL
  57. |        USERS TO POSSESS, USE, COPY, DISTRIBUTE, AND MODIFY (BUT NOT
  58. |        TO SELL) THE PROGRAMS AND FILES IN THIS PACKAGE.
  59. |
  60. |        IF YOU HAVE ANY PROBLEMS GETTING THIS TURKEY INSTALLED, FEEL
  61. |        FREE TO WRITE OR CALL - AND HAVE FUN, FOLKS
  62. |
  63. |            DAVID PLATT
  64. |            HONEYWELL LOS ANGELES DEVELOPMENT CENTER
  65. |            5250 WEST CENTURY BOULEVARD
  66. |            LOS ANGELES, CALIFORNIA  90045
  67. |            (213) 649-6870 x253
  68. |            HVN 369-1253
  69. |
  70. |    Current release notice as of 8/11/85:
  71. |
  72. |       Permission is hereby granted to all users to possess, use, copy,
  73. |       distribute, and modify the programs and files in this package
  74. |       provided it is not for direct commercial benefit and secondly,
  75. |       that this notice and all modification information be maintained
  76. |       along with the package.
  77. |
  78. |            Ken Wellsch
  79. |            University of Waterloo
  80. |            CS Graduate Department
  81. |            Waterloo, Ontario  N2l 3G1
  82. |            (519) 888-4518
  83. |
  84. |
  85. |History:
  86. |
  87. |      1979 winter:
  88. |            -- Running on XEROX SIGMA-9 under CP-V.
  89. |               Written in Fortran-77 by David Platt.
  90. |
  91. |      1982 winter:
  92. |            -- Completely rewritten for PDP 11/44 under UNIX Version 7.
  93. |               Written in Rational FORTRAN (ratfor) by Ken Wellsch.
  94. |      1984 fall:
  95. |            -- Once again rewritten, this time for a VAX 11/780,
  96. |               under UNIX BSD 4.2. Written in C by Ken Wellsch.
  97. |
  98. |
  99. |       Copyright (c) 1979 David Platt    Database & Methods
  100. |       Copyright (c) 1984 Ken Wellsch    C Code & Modifications
  101. |
  102. +--------------------------------------------------------------------------
  103.  
  104. --
  105.  
  106. ------------------------------------------------------------------------------
  107. -- Ken C. Wellsch, CS Dept., U. Waterloo, Waterloo, Ontario, Canada N2L 3G1 --
  108. CSNET:kcwellsch%watdragon@waterloo.csnet                   HOME:1-519-746-4984
  109. ARPA :kcwellsch%watdragon%waterloo.csnet@csnet-relay.arpa  OFFI:1-519-888-4518
  110. UUCP :...!{allegra|clyde|linus|utzoo|inhp4|decvax}!watmath!watdragon!kcwellsch
  111. ------------------------------------------------------------------------------
  112.  
  113.